Return

Edit Task: SetPossibilityResourceRateType

Format

SCHED / EditTask '<TaskName>' SetPossibilityResourceRateType '<PossibilityName>' '<ResourceName>' <RateType>

Description

The SetPossiblityResourceRateType attribute under EditTask defines the resource usage's rate type for a single task possibility.

Parameters

Parameter Description
PossibilityName A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes.
ResourceName a string of text in single quotes of the resource that is to be defined within the command.
RateType Options are Fixed, Rate, or FixedPlusRate. This value must be compatible with the corresponding resource capacity attributes.

Examples

Change the resource usage rate type to Fixed for ResB in the possibility that uses ResA, ResB and ResC

SCHED / EditTask 'TaskA' SetPossibilityResourceRateType 'ResA,ResB,ResC' 'ResB' Fixed